#
# Copyright (c) Microsoft Corporation. All rights reserved. 
# 
# You may only use this code if you agree to the terms of the Windows Research Kernel Source Code License agreement (see License.txt).
# If you do not agree to the terms, do not use the code.
# 

library		  =  ntos$(module)

asobjs=

ccarchobjs=

ccobjs= \
	$(OBJ)\accessck.obj \
	$(OBJ)\capture.obj  \
	$(OBJ)\privileg.obj \
	$(OBJ)\rmlogon.obj  \
	$(OBJ)\rmmain.obj   \
	$(OBJ)\rmvars.obj   \
	$(OBJ)\seassign.obj \
	$(OBJ)\seaudit.obj  \
	$(OBJ)\sepaudit.obj \
	$(OBJ)\seclient.obj \
	$(OBJ)\seglobal.obj \
	$(OBJ)\seinit.obj   \
	$(OBJ)\semethod.obj \
	$(OBJ)\sep.obj      \
	$(OBJ)\subject.obj  \
	$(OBJ)\seastate.obj \
	$(OBJ)\token.obj    \
	$(OBJ)\tokenadj.obj \
	$(OBJ)\tokendup.obj \
	$(OBJ)\tokenopn.obj \
	$(OBJ)\tokenqry.obj \
	$(OBJ)\tokenset.obj \
	$(OBJ)\adtlog.obj   \
	$(OBJ)\adtinit.obj  \
	$(OBJ)\adtvars.obj  \
	$(OBJ)\adtutil.obj  \
	$(OBJ)\rmaudit.obj

!include $(ntos)\BUILD\makefile.build

